home *** CD-ROM | disk | FTP | other *** search
- /* ====================
- * AEAHandlerOpenDoc.hh
- * ====================
- *
- * Implemented by AEAHandlerOpenDoc.cc
- */
-
- #pragma once
-
- #include <Files.h>
-
- #include "AEAHandler.hh"
-
- class AEAHandlerOpenDoc : public AEAHandler {
- public:
- AEAHandlerOpenDoc();
- virtual ~AEAHandlerOpenDoc();
- virtual void HandleEventSelf(const AEADescAppleEvent &inAppleEvent, AEADescAppleEvent &inReply);
- virtual void NotifyAppOpenDocEvent() = 0;
- virtual void DoOpenDoc(FSSpec &inFSS);
- };
-